Main cleanup - #389
Closed
coreyqh wants to merge 69 commits into
Closed
Conversation
FIFO VHDL to SV translation and testbench
…y - Untested but compiles
Signal Generator - VHDL to SystemVerilog Translation
Behavioral XPM FIFO model and various houskeeping
bram files and comments
…n_v6 sync qick_lab
Fifos match except for strange out of reset behavior
…into axis_sig_gen_v6
…n_v6 dds tb modification
…n_v6 tb for dds
tb and xpr for dds
…en_v6 dds done
…book-to-use-as-reference-to-verify-emulator [hrl-labs-clinic-25-26#46] Added Andrew's demo notebook
…ed files to emulator dir
Author
|
Opened against the wrong repo, meant to be against a fork. Forgive me and disregard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This brings our main branch up to date with the upstream openquantumhardware/main branch, as well as concentrates all of our work in the emulator directory.
Future PRs will have to pull this one and refactor changes to contain our changes to emulator/
The easiest way to do this is by adding the openquantumhardware repo as a remote reference and using git diff
Just once do this:
And then to check whats different do this:
This will tell you which files in your working repo differ from the clean openquantumhardware, and it will be our responsibility to ensure that (to the absolute greatest degree possible) only files in the emulator/ directory show up.